configuration / chassis0 / slots / [SLOT-ID] / [gns181] / module / gps

CLI REST-API

timezone

The submenu timezone (Timezone) contains the following:

Menus:
dst-off (dst-off)
dst-on (dst-on)

Objects: none

Commands:
set-timezone (sets the preconfigured timezone)



Applies to modules


GPS167
GPS167SV
GPS170
GPS180
GNS181_UC
GPS190
GNS181
GNS190

See also:
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone/dst-off
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone/dst-on
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/gps/timezone/set-timezone

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/gps/timezone


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/gps/timezone


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/gps/timezone
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/gps/timezone
-d "{
  \"objects\": \"new-values\"
}"